home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Linux LiveCD / GeeXboX 1.0 EN / geexbox-1.0-en.i386.iso / GEEXBOX / etc / network < prev    next >
Text File  |  2006-06-21  |  978b  |  33 lines

  1. # System's Network Configuration
  2.  
  3. PHY_TYPE="auto"            # Network physical type (auto|ethernet|wifi)
  4. WIFI_MODE="managed"        # Wifi working mode (managed|ad-hoc)
  5. WIFI_WEP=""                # Wifi WEP key
  6. WIFI_ESSID="any"           # Wifi SSID
  7. HOST=""                    # GeeXboX IP ("" for DHCP)
  8. SUBNET=""                  # GeeXboX Subnet mask ("" for DHCP)
  9. GATEWAY=""                 # Gateway IP ("" for DHCP or no internet connection)
  10. DNS_SERVER=""              # DNS Server IP ("" for DHCP or none)
  11. SMB_USER="SHARE"           # User Login ("" for none)
  12. SMB_PWD=""                 # User Password ("" for none)
  13.  
  14. # Services to be started at boot time
  15.  
  16. TELNET_SERVER="no"
  17. FTP_SERVER="no"
  18. HTTP_SERVER="no"
  19.  
  20. # Use UPnP MediaServer devices auto-discovery
  21.  
  22. UPNP="yes"
  23.  
  24. # Network Stream
  25.  
  26. SHOUTCAST="no"
  27. # WARNING: SHOUTcast TV may contain streams with adult content!
  28. SHOUTCASTTV="no"
  29. WHITELIST=""
  30. BLACKLIST="adult porn xxx ESS SWCTV SWPTV Subscription"
  31. TIMEOUT=5
  32. TRIES=10
  33.